== Installing LBaaS ==

apt-get install neutron-lbaas-agent

## BEGIN updates to /etc/neutron/lbaas_agent.ini 

[DEFAULT]
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver
device_driver = neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver

## END

## BEGIN updates to /etc/neutron/neutron.conf

[DEFAULT]
service_plugins = router,lbaas

## END

## BEGIN updates to /etc/neutron/neutron_lbaas.conf

[service_providers]
service_provider = LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default

## END

service neutron-server restart
service neutron-lbaas-agent restart
service neutron-lbaas-agent status


## NOTE TO READER: Additional examples in the book require the use of UUIDs that are unique
## to the local environment. As such, those examples are not provided here. 

